home *** CD-ROM | disk | FTP | other *** search
- '**********************************************************
- 'Constants for the sound flags
- Const snd_sync = 0
- Const snd_async = 1
- Const snd_nodefault = 2
- Const snd_memory = 4
- Const snd_nostop = 16
- '**********************************************************
-
- Sub main ()
- 'Pre-load all forms to speed up program
- Load background: Load employment
- Load fbifile: Load friends: Load intelligence
- Load misc: Load nickname: Load preferences
- instructions.Show
- End Sub
-
-